GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-19T10:09:33.7472207+00:00",
"SubmitDate": "2026-02-19T10:09:33.7472207+00:00",
"ReportPeriodStart": "2026-02-19T10:09:33.7472207+00:00",
"ReportPeriodEnd": "2026-02-19T10:09:33.7472207+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e616d00d-1d2c-4cd6-9a0a-994f92293fff",
"Rows": [
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e616d00d-1d2c-4cd6-9a0a-994f92293fff",
"Rows": [
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0ac167b-7faf-43f0-8dbb-4e02340d5660",
"9c138acc-e2b3-4b33-a7f3-c1927da88c1f"
],
"Approvers": [
"630e77dd-63c4-4194-bade-38669b6c22a3",
"e4d0d345-df15-4aac-9b8e-355069a438c6"
],
"ApprovedBy": "7ea2208a-77c9-450d-9e1e-aa4b69db7ced",
"ApprovalDate": "2026-02-19T10:09:33.7472207+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "75d8b4dc-e14f-43d6-9f40-6447df53c63b",
"id": "fefb37b4-16f5-45fb-9e50-6a02763d1000",
"ConfigId": "c9e5b56c-e474-4f51-a588-b9d622bdf58a"
},
{
"GenerationDate": "2026-02-19T10:09:33.7472207+00:00",
"SubmitDate": "2026-02-19T10:09:33.7472207+00:00",
"ReportPeriodStart": "2026-02-19T10:09:33.7472207+00:00",
"ReportPeriodEnd": "2026-02-19T10:09:33.7472207+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e616d00d-1d2c-4cd6-9a0a-994f92293fff",
"Rows": [
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e616d00d-1d2c-4cd6-9a0a-994f92293fff",
"Rows": [
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43de4557-1980-4c09-96ee-1b58aa80423c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d0ac167b-7faf-43f0-8dbb-4e02340d5660",
"9c138acc-e2b3-4b33-a7f3-c1927da88c1f"
],
"Approvers": [
"630e77dd-63c4-4194-bade-38669b6c22a3",
"e4d0d345-df15-4aac-9b8e-355069a438c6"
],
"ApprovedBy": "7ea2208a-77c9-450d-9e1e-aa4b69db7ced",
"ApprovalDate": "2026-02-19T10:09:33.7472207+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "75d8b4dc-e14f-43d6-9f40-6447df53c63b",
"id": "fefb37b4-16f5-45fb-9e50-6a02763d1000",
"ConfigId": "c9e5b56c-e474-4f51-a588-b9d622bdf58a"
}
]